google.golang.org/grpc/internal/transport.bufWriter.batchSize (field)

5 uses

	google.golang.org/grpc/internal/transport (current package)
		http_util.go#L305: 	batchSize int
		http_util.go#L312: 		batchSize: batchSize,
		http_util.go#L327: 	if w.batchSize == 0 { // Buffer has been disabled.
		http_util.go#L332: 		b := w.pool.Get(w.batchSize)
		http_util.go#L341: 		if w.offset < w.batchSize {